Methods of the TDATransaction class.
For a complete list of the TDATransaction class members, see the TDATransaction Members topic.
Public
Name | Description |
Commit |
Commits the current transaction.
|
Rollback |
Discards all modifications of data associated with the current transaction and ends the transaction.
|
StartTransaction |
Begins a new transaction.
|
See Also